home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / fredfish / 1100.lha / Programs / Mirror / ReadMe < prev    next >
Text File  |  1995-02-17  |  2KB  |  53 lines

  1. PURPOSE
  2.  
  3.   Mirror is a GoldED add-on providing online bracket highlighting  while  the
  4.   user is typing. Several bracket types are recognized.
  5.  
  6. COPYIGHT
  7.  
  8.   ©1995  Dietmar  Eilert  (e-mail:  DIETMAR@TOMATE.MBP.OCHE.DE).  All  Rights
  9.   Reserved.  Code  may not be reused/reproduced without written permission of
  10.   the author.
  11.  
  12.   Dietmar Eilert
  13.   Mies-v-d-Rohe-Str.31, 52074 Aachen, Germany
  14.   E-Mail: DIETMAR@TOMATE.MBP.OCHE.DE
  15.   Tel: +49-(0)241-81665
  16.        +49-(0)2525-7776
  17.   Fax: +49-(0)241-81665
  18.  
  19. INSTALLATION
  20.  
  21.   Just run the install script. GoldED 2.0.0+ required.
  22.  
  23. USAGE & CONFIGURATION
  24.  
  25.   A parenthesis  check  is  performed  after  input  of  every  alpha-numeric
  26.   character unless you turn off online checks (MIRROR OFFLINE; see below). No
  27.   check is performed if non-alphanumeric keys - say the  cursor  keys  -  are
  28.   used.  However, you may add bracket-highlighting to any event using the new
  29.   MIRROR CHECK command provided by this  client;  example:  add  the  command
  30.   MIRROR CHECK AUTOHIDE to the cursor key bindings.
  31.  
  32.   Bracket highlighting is suppressed if a matching bracked is found  directly
  33.   next   to   the  current  bracket  in  order  to  reduce  flicker.  Bracket
  34.   highlighting is suppressed if there is some  user  defined  block  already,
  35.   too,  unless  the  block  is  a  one-character  block. Furthermore, bracket
  36.   highlighting is restricted to a 30 lines range: if no matching  bracket  is
  37.   found within that range, no character is highlighted.
  38.  
  39. INTERNAL COMMANDS
  40.  
  41.   This utility will add a new internal command to GoldED:
  42.  
  43.            option       description
  44.   ---------------------------------------------------------------------------
  45.   MIRROR   CHECK/S      highlight matching character
  46.            AUTOHIDE/S   remove marker if no matching character has been found
  47.            ONLINE/S     turn online checks (*) on
  48.            OFFLINE      turn online checks (*) off
  49.            RANGE/N      range of lines to be considered (ULONG, default 30)
  50.            TWINS/K      characters to look for (STRING, default "(){}[]")
  51.  
  52.            (*): checks are performed after input of alpha numeric characters
  53.